MethodInfo mi = this.GetType().GetMethod(methodName); if(mi != null){ // Create Delegate // Add to dictionary or other collection }